home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / util / misc / SCR_Patched.readme < prev    next >
Encoding:
Text File  |  1996-05-05  |  1.4 KB  |  56 lines

  1. Short:    Setchiprev Patched to avoid Enforcer Hits
  2. Author:   ???
  3. Uploader: JF Fabre (fabre@cert.fr)
  4. Type:     util/misc
  5.  
  6. This a patched setchiprev command.
  7. I just removed an enforcer hit which was not serious
  8. (read in 0) but is not acceptable for purists like us ;-)
  9.  
  10. I just replaced:
  11.  
  12. MOVE.L    (A5),D0
  13. BEQ    xxx
  14.  
  15. by
  16.  
  17. MOVEQ.L    #0,D0
  18. BRA    xxx
  19.  
  20. Thanx to TFA for Asm-One and Michael Sinz for Enforcer.
  21.  
  22. For non-french users, here's the translation of the message displayed
  23. if you type setchiprev ? :
  24.  
  25. --- cut here ---
  26.  
  27. USAGE : SetChipRev <command> [command] [<filename>]
  28. Where <command> may be :
  29.  O  to set the original Chip Set.
  30.  E  to set the enhanced Chip Set.
  31.  X  to set the AA Chip Set without Burst Mode.
  32.  D  to set the AA Chip Set with 2x Burst Mode.
  33.  A  to set the AA Chip Set with 4x Burst Mode.
  34.  B  to set the best chipset available
  35. ' ' to run the GUI version.
  36.  
  37. Add F as a command to execute [<filename>]
  38. Try DreamLands,french BBS : (33)32397923
  39.  
  40. --- cut here ---
  41.  
  42. Enjoy fully the best chipset degrader ever written!
  43.  
  44. Jeff.
  45.  
  46.  
  47. ============================= Archive contents =============================
  48.  
  49. Original  Packed Ratio    Date     Time    Name
  50. -------- ------- ----- --------- --------  -------------
  51.    10288    5981 41.8% 17-Mar-96 22:47:36  SetChipRev
  52.     2954     373 87.3% 07-Nov-95 21:27:24  SetChipRev.info
  53.      904     501 44.5% 17-Mar-96 22:58:00  SetChipRev.readme
  54. -------- ------- ----- --------- --------
  55.    14146    6855 51.5% 23-Mar-96 06:58:02   3 files
  56.